for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
export default {
SET_COUNTER: (state, { type, counter }) => {
state.counters[type] = counter
}